projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868749a
)
arm: socfpga: board: Align checkboard() output
author
Marek Vasut
<
[email protected]
>
Mon, 8 Sep 2014 12:08:45 +0000
(14:08 +0200)
committer
Marek Vasut
<
[email protected]
>
Mon, 6 Oct 2014 15:46:50 +0000
(17:46 +0200)
Cosmetic change to the checkboard() function output. Align the
output with the rest of initial output produced by U-Boot.
Signed-off-by: Marek Vasut <
[email protected]
>
Cc: Chin Liang See <
[email protected]
>
Cc: Dinh Nguyen <
[email protected]
>
Cc: Albert Aribaud <
[email protected]
>
Cc: Tom Rini <
[email protected]
>
Cc: Wolfgang Denk <
[email protected]
>
Cc: Pavel Machek <
[email protected]
>
Acked-by: Pavel Machek <
[email protected]
>
board/altera/socfpga/socfpga_cyclone5.c
patch
|
blob
|
history
diff --git
a/board/altera/socfpga/socfpga_cyclone5.c
b/board/altera/socfpga/socfpga_cyclone5.c
index bc8a87c648f64ebe9791c02c7e9859d151cc1f1d..41498421c1fbbef1ba566ca4145183dc61e8a7f8 100644
(file)
--- a/
board/altera/socfpga/socfpga_cyclone5.c
+++ b/
board/altera/socfpga/socfpga_cyclone5.c
@@
-17,7
+17,7
@@
DECLARE_GLOBAL_DATA_PTR;
*/
int checkboard(void)
{
- puts("BOARD
: Altera SO
CFPGA Cyclone5 Board\n");
+ puts("BOARD
: Altera So
CFPGA Cyclone5 Board\n");
return 0;
}